emacs.git
2024-05-29 Po Lu; * src/sfntfont.c (sfnt_parse_style): Fix typo.
2024-05-29 Po LuFix unsafe usage of string data on Android
2024-05-29 Stefan MonnierRename `SUBR_NATIVE_COMPILED` to `NATIVE_COMP_FUNCTION...
2024-05-29 Stefan MonnierRedirect calls to `subr-native-elisp-p` to `native...
2024-05-29 Stefan MonnierRename `subr-native-elisp` to `native-comp-function...
2024-05-28 Stefan KangasMention direction when resizing a window fails
2024-05-28 Jim PorterFix adding to history via 'eshell-command'
2024-05-28 Stefan Monnieresh-mode.el: Refrain from hiding buffer modifications...
2024-05-28 Alan MackenzieCorrect and clarify two doc strings in lisp/files.el
2024-05-28 Kévin Le GouguecUse the current face foreground for read-passwd icons...
2024-05-28 Juri Linkov* lisp/image-mode.el (image-transform-fill-window)...
2024-05-28 Juri LinkovProvide a list of default values for M-n of project...
2024-05-28 Eli ZaretskiiAvoid rare crashes in 'uncache_face'
2024-05-28 Mattias EngdegårdUse same Python binary for test as in python mode ...
2024-05-28 Michael AlbinusFix tar-mode-test-tar-extract-zip-and-gz
2024-05-27 F. Jason ParkFix date-stamp regression in erc-fill-wrap
2024-05-27 F. Jason ParkAdd ERC module querypoll as monitor placeholder
2024-05-27 F. Jason ParkRetain client's own user in erc-server-users
2024-05-27 F. Jason ParkTether query rolls to channel membership in ERC
2024-05-27 F. Jason ParkReuse old query buffers for reassumed nicks in ERC
2024-05-27 F. Jason ParkMention if an ERC module is local in its doc string
2024-05-27 F. Jason ParkDelete original speedbar frame in erc-nickbar-mode
2024-05-27 F. Jason ParkReturn nil from more ERC response handlers
2024-05-27 João TávoraEglot: run eglot-managed-mode-hook when turning off...
2024-05-27 Stefan Kangas; Fix thinko in my last change
2024-05-27 Andrea Corallo* Rework 'comp-normalize-valset' (bug#71116)
2024-05-27 Juri Linkovminibuffer-allow-text-properties can be buffer-local...
2024-05-27 Michael HeerdegenDon't let pp fall back to prin1 for conses
2024-05-27 Michael HeerdegenDon't try to pretty-print non-lists as binding list
2024-05-27 Eli Zaretskii; * src/lread.c (syms_of_lread) <load-no-native>: Doc...
2024-05-27 Po LuFix minor issues in textconv.c
2024-05-27 Andrea Corallo; * src/lread.c (load-no-native): Improve docstring.
2024-05-27 Stefan Kangas; Silence byte-compiler
2024-05-27 Stefan KangasMake `idle-update-delay` obsolete
2024-05-26 Dmitry Gutov* lisp/progmodes/project.el: Up xref dependency and...
2024-05-26 Dmitry Gutov* lisp/progmodes/xref.el: Bump the version to 1.7.0
2024-05-26 Eli ZaretskiiPrevent crashes due to redisplay while realizing the...
2024-05-26 Stefan KangasRemove Emacs 19 compat code in mm-util.el
2024-05-26 Michael HeerdegenFurther tweak pp code printing
2024-05-26 Naofumi YasufukuFix --enable-checking build with macOS clang 15.0.0
2024-05-26 Mattias EngdegårdClean up legacy bytecode loading
2024-05-26 Joost KremersUpdate documentation for 'width' slot of vtable ':colum...
2024-05-26 Lin SunEnhance 'python-shell-send-block' for convenience
2024-05-26 kobarity; Fix merge error (bug#71093).
2024-05-26 Eli Zaretskii; Fix Calc manual
2024-05-26 Eli Zaretskii; Merge from origin/emacs-29
2024-05-26 Eli Zaretskii; Fix markup in manuals
2024-05-26 Po LuAddress compilation errors and warnings on x86 Solaris...
2024-05-26 Dmitry GutovImprove navigation to cl-defgeneric uses
2024-05-25 Dmitry Gutovxref-revert-buffer: Make inhibit-modification-hooks...
2024-05-25 Jim PorterFix a race condition when evaluating Eshell commands
2024-05-25 Michael AlbinusMake Tramp's async processes more robust
2024-05-25 Andrea Corallo* src/Makefile.in (ELN_DESTDIR, BIN_DESTDIR): Give...
2024-05-25 Eli ZaretskiiMerge from origin/emacs-29
2024-05-25 Eli ZaretskiiAvoid assertion violations in displaying under 'outline...
2024-05-25 Mattias EngdegårdOmit `store-substring` from lisp manual (bug#70784)
2024-05-25 Eli ZaretskiiImprove documentation of 'no-special-glyphs' frame...
2024-05-25 Eli ZaretskiiImprove documentation of sending commands to shells
2024-05-25 Michael AlbinusAdapt Tramp's progress-reporter messages
2024-05-25 Eli Zaretskii; Improve doc strings in textsec.el
2024-05-25 Eli ZaretskiiAvoid rare errors in dabbrev.el
2024-05-25 Eli ZaretskiiFix encoding of text when saving a gpg-encoded file
2024-05-25 Robin JoyErase existing duplicates in eshell-history-ring
2024-05-24 Tassilo Horn; Fix previous fix for bug#70796
2024-05-24 Spencer BaughFix usage of cons cells in grep-find-ignored-files
2024-05-24 Tassilo Hornbug-reference: signal fontified bounds back to jit...
2024-05-24 Juri Linkov* lisp/dired.el (dired-mode-map): Bind "E" to 'dired...
2024-05-24 Juri LinkovNew variable shell-command-guess-dired-optional (bug...
2024-05-24 kobarityFix Python font lock of chained assignment statement
2024-05-24 Eshel Yaron; Refine 'completion-preview-exact' face
2024-05-24 Eshel Yaron; Exclude a few more modes in 'global-completion-previe...
2024-05-24 Brad KnotwellFix example in Calc manual
2024-05-24 Andrea Corallo* src/comp.c (check_comp_unit_relocs): Remove unneccesa...
2024-05-23 Eshel YaronFix argument name highlighting in 'describe-function...
2024-05-23 Eshel YaronFix 'help-view-source' for variables defined in C
2024-05-23 Eli ZaretskiiImprove Dired context menu
2024-05-23 Eli ZaretskiiDocumentation followup for last change
2024-05-23 Charalampos... Improve 'key-translate' to support removing translations
2024-05-23 Lin SunEnhance python-tests to adapt different Python interpre...
2024-05-23 Eli ZaretskiiFix uncompressing a .tar.gz archive whose files have...
2024-05-23 Po LuWork around one Android bug and document another
2024-05-23 Po LuRestore specbound keyboard-locals in the correct KBOARD
2024-05-23 Po Lu; * src/unexelf.c (unexec): Fix compiler warning.
2024-05-23 Manuel Giraud; Fix typo in NEWS (bug#71130).
2024-05-22 Eli Zaretskii; Fix recently-added documentation
2024-05-22 Stefan Monnier* lisp/emacs-lisp/pcase.el (pcase--subtype-bitsets...
2024-05-22 Po LuImprove compatibility with Android's default text editor
2024-05-22 Eli ZaretskiiAvoid crashes on MS-Windows due to invalid UNC file...
2024-05-22 Basil L. Contovounesios; Fix last tree-sitter changes in Elisp manual.
2024-05-22 Yuan FuImprove treesit-major-mode-setup indentation setup...
2024-05-22 Yuan FuFontify namespace in constant face in c++-ts-mode ...
2024-05-22 Yuan FuAddress a common pitfall in tree-sitter's manual sectio...
2024-05-21 Dmitry Gutovetags-regen-program: Use more robust default value
2024-05-21 Juri LinkovUse read-from-minibuffer instead of read-string for...
2024-05-21 Michael AlbinusFix some Tramp oddities
2024-05-21 Stephen Berman; Avoid byte-compiler warning in todo-mode.el differently
2024-05-21 Eli Zaretskii; * lisp/face-remap.el (text-scale-adjust): Doc fix.
2024-05-21 Eli Zaretskii; Improve documentation of backing up files
2024-05-21 Eli Zaretskii; Avoid byte-compiler warning in todo-mode.el
2024-05-21 Stephen BermanFix todo-mode item insertion bug (bug#70937)
next